From 5751a9e0f18f5dbcbc2fc8f1b9ea60861015859a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 9 Jan 2007 21:43:28 +0000 Subject: [PATCH] Fix comment for --with-included-loaders. That option affects builds with 2007-01-09 Behdad Esfahbod * configure.in: Fix comment for --with-included-loaders. That option affects builds with module loading enabled too. svn path=/trunk/; revision=17123 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1eb093060..718976b812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-09 Behdad Esfahbod + + * configure.in: Fix comment for --with-included-loaders. That option + affects builds with module loading enabled too. + 2006-01-08 Peter Teichman * gtk/gtkfilechooserdefault.c: diff --git a/configure.in b/configure.in index 06bbaf1ddf..8ae8a18404 100644 --- a/configure.in +++ b/configure.in @@ -876,7 +876,7 @@ AC_MSG_CHECKING(pixbuf loaders to build) dnl due to an autoconf bug, commas in the first arg to dnl AC_HELP_STRING cause problems. dnl AC_HELP_STRING([--with-included-loaders=LOADER1 LOADER2 ...], -dnl [build the specified loaders into gdk-pixbuf (only used if module loading disabled)]) +dnl [build the specified loaders into gdk-pixbuf]) AC_ARG_WITH(included_loaders, [ --with-included-loaders=LOADER1,LOADER2,... build the specified loaders into gdk-pixbuf]) -- 2.30.2